home *** CD-ROM | disk | FTP | other *** search
- global selector, currentSite
-
- on mouseUp
- if not soundBusy(2) then
- playVoice(selector, currentSite)
- else
- sound fadeOut 2, 100
- sound stop 2
- end if
- end
-
- on mouseWithin
- cursor(280)
- end
-
- on mouseLeave
- cursor(-1)
- end
-